home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / seyon / startup < prev   
Text File  |  1995-05-03  |  723b  |  34 lines

  1. # almost all things below are commented out. Uncomment anything you want
  2. # or use the resources instead
  3.  
  4. # see the manual page for a complete listing of the keywords
  5. # that can be used with 'set'.
  6.  
  7. # set baud 9600
  8.  
  9. # can be 5, 6, 7, or 8
  10. # set bits 8
  11.  
  12. # can be 0 (= no parity), 1 (= odd parity), or 2 (= even parity)
  13. # set parity 0
  14.  
  15. # can be 1 or 2
  16. # set stopBits 1
  17.  
  18. # can be nl, cr, or cr/lf
  19. # set newlineTranslation cr
  20.  
  21. # set del on
  22. # set meta_tr on
  23. # set xoff off 
  24. # set rtscts on
  25. # set autozm on
  26. # set idleGuard on
  27.  
  28. # put the modem initialization string here if you like one.
  29. # most modern modems do not need it since they store their setup in 
  30. # non-volatile memory.
  31.  
  32. # echo "Initializing modem..."
  33. # transmit "ATZ^M"
  34.